home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / usenet / volume12 / bt2 / patch1 < prev   
Encoding:
Internet Message Format  |  1991-02-14  |  2.1 KB

  1. Path: uunet!ogicse!zephyr.ens.tek.com!tekred!saab!billr
  2. From: billr@saab.CNA.TEK.COM (Bill Randle)
  3. Newsgroups: comp.sources.games
  4. Subject: v12i024:  bt2 - Broken Throne, multiplayer realtime conquest game, Patch1
  5. Message-ID: <6971@tekred.CNA.TEK.COM>
  6. Date: 7 Feb 91 18:00:39 GMT
  7. Sender: news@tekred.CNA.TEK.COM
  8. Lines: 50
  9. Approved: billr@saab.CNA.TEK.COM
  10. Posted: Thu Feb  7 10:00:39 1991
  11.  
  12. Submitted-by: Tom Boutell <boutell@freezer.it.udel.edu>
  13. Posting-number: Volume 12, Issue 24
  14. Archive-name: bt2/Patch1
  15. Patch-To: bt2: Volume 12, Issue 22
  16. Environment: INET sockets, curses
  17.  
  18.     [There was a typo in a last minute change made to the Makefile
  19.      that I didn't catch. This should clear up any make problems.
  20.         -br]
  21.  
  22. #! /bin/sh
  23. # This is a shell archive.  Remove anything before this line, then unpack
  24. # it by saving it into a file and typing "sh file".  To overwrite existing
  25. # files, type "sh file -c".  You can also feed this as standard input via
  26. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  27. # will see the following message at the end:
  28. #        "End of shell archive."
  29. # Contents:  patches01
  30. # Wrapped by billr@saab on Thu Feb  7 09:57:29 1991
  31. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  32. if test -f 'patches01' -a "${1}" != "-c" ; then 
  33.   echo shar: Will not clobber existing file \"'patches01'\"
  34. else
  35. echo shar: Extracting \"'patches01'\" \(528 characters\)
  36. sed "s/^X//" >'patches01' <<'END_OF_FILE'
  37. X*** Makefile.orig    Wed Feb  6 17:26:12 1991
  38. X--- Makefile    Thu Feb  7 09:57:05 1991
  39. X***************
  40. X*** 1,6 ****
  41. X  all: btclient btserver btrobot
  42. X  
  43. X! btclient: btclient.o pack.o sleep.o
  44. X      cc btclient.o pack.o msleep.o -o btclient -ltermcap -lcurses -ltermlib
  45. X  
  46. X  btserver: btserver.o pack.o interface.o msleep.o
  47. X--- 1,6 ----
  48. X  all: btclient btserver btrobot
  49. X  
  50. X! btclient: btclient.o pack.o msleep.o
  51. X      cc btclient.o pack.o msleep.o -o btclient -ltermcap -lcurses -ltermlib
  52. X  
  53. X  btserver: btserver.o pack.o interface.o msleep.o
  54. END_OF_FILE
  55. if test 528 -ne `wc -c <'patches01'`; then
  56.     echo shar: \"'patches01'\" unpacked with wrong size!
  57. fi
  58. # end of 'patches01'
  59. fi
  60. echo shar: End of shell archive.
  61. exit 0
  62.